github.com/gotd/td/telegram/downloader.cdn.windowsFIFO (field)
8 uses
github.com/gotd/td/telegram/downloader (current package)
cdn.go#L55: windowsFIFO []int64
cdn_verify.go#L30: c.windowsFIFO = nil
cdn_verify.go#L61: c.windowsFIFO = append(c.windowsFIFO, hash.Offset)
cdn_verify.go#L65: for len(c.windowsFIFO) > maxVerifiedWindowCache {
cdn_verify.go#L66: evict := c.windowsFIFO[0]
cdn_verify.go#L67: c.windowsFIFO = c.windowsFIFO[1:]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |